home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 9
/
El Mac 9.iso
/
Shareware
/
Applications
/
Charting Coach v1.5
/
Charting Coach v1.dxr
/
00293.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-08
|
277 b
|
16 lines
on mouseUp
if the doubleClick then
exit
end if
readCycleInfo()
set the visible of sprite 7 to 1
if count(stamp) > 0 then
go("setupShowDays")
showDays()
opendaybook()
else
cursor(0)
alert("No entries were posted to this cycle.")
end if
end